-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support parameter substitution for resolver params #5387
Support parameter substitution for resolver params #5387
Conversation
/assign @lbernick @jerop @vdemeester @dibyom |
The following is the coverage report on the affected files.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I'm a bit confused-- we're allowing substitution of array and object params in resolver ref, but when they're passed to the resolution request we can only do string params? it seems like it would make more sense to not allow array and object params in resolver ref if we can't pass them to resolution request. |
Yeah, I'm planning to add support for array/object params to |
what's the timeline for v1beta1? if v1beta1 resolutionrequest won't be in the same release I'd definitely say reject. If they'll be in the same release it would still be good for the commit to be self consistent, but I wouldn't push back as much |
So resolution will be fully merged for v0.40, but I plan to let it wait til v0.42 (in November) for |
419587b
to
0fb9b6b
Compare
@lbernick Updated! EDIT: Whoops, gotta do v1 as well. EDIT AGAIN: And that's done too. |
The following is the coverage report on the affected files.
|
Part of tektoncd#4710 Until we do `v1beta1` of `ResolutionRequest`, it will still have parameters of `map[string]string`, so we're only doing limited substitution. Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
0fb9b6b
to
a661de5
Compare
The following is the coverage report on the affected files.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Changes
Part of #4710
Until we do
v1beta1
ofResolutionRequest
, it will still have parameters ofmap[string]string
, so we're only doing limited substitution./kind feature
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes